From: Chris Boot Date: Mon, 1 Jul 2013 22:10:02 +0000 (+0100) Subject: modpost symbol prefix setting X-Git-Tag: archive/raspbian/4.9.80-2+rpi1~8^2~146 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=18485bc4ef20d0cda8e9f9a61b89a3e6162fde4f;p=linux-4.9.git modpost symbol prefix setting [bwh: The original version of this was added by Bastian Blank. The upstream code includes so that can tell whether C symbols have an underscore prefix. Since we build modpost separately from the kernel, won't exist. However, no Debian Linux architecture uses the symbol prefix, so we can simply omit it.] Gbp-Pq: Topic debian Gbp-Pq: Name modpost-symbol-prefix.patch --- diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 845eb9b800f3..6b92f2195590 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -19,7 +19,6 @@ #include #include #include "modpost.h" -#include "../../include/generated/autoconf.h" #include "../../include/linux/license.h" #include "../../include/linux/export.h"